﻿2026-07-22T19:22:56.2470816Z ##[group]Run actions/checkout@v5
2026-07-22T19:22:56.2471309Z with:
2026-07-22T19:22:56.2471595Z   repository: BigscreenVR/spt-bs-core
2026-07-22T19:22:56.2474419Z   token: ***
2026-07-22T19:22:56.2474706Z   ssh-strict: true
2026-07-22T19:22:56.2474990Z   ssh-user: git
2026-07-22T19:22:56.2475286Z   persist-credentials: true
2026-07-22T19:22:56.2475606Z   clean: true
2026-07-22T19:22:56.2475881Z   sparse-checkout-cone-mode: true
2026-07-22T19:22:56.2476231Z   fetch-depth: 1
2026-07-22T19:22:56.2476517Z   fetch-tags: false
2026-07-22T19:22:56.2476832Z   show-progress: true
2026-07-22T19:22:56.2477144Z   lfs: false
2026-07-22T19:22:56.2477425Z   submodules: false
2026-07-22T19:22:56.2477732Z   set-safe-directory: true
2026-07-22T19:22:56.2478071Z   allow-unsafe-pr-checkout: false
2026-07-22T19:22:56.2478392Z env:
2026-07-22T19:22:56.2478682Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-22T19:22:56.2479146Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-22T19:22:56.2479486Z ##[endgroup]
2026-07-22T19:22:56.4270628Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T19:22:56.4272611Z ##[group]Getting Git version info
2026-07-22T19:22:56.4273313Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-22T19:22:56.4818273Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-22T19:22:56.6119259Z git version 2.43.0.windows.1
2026-07-22T19:22:56.6142990Z ##[endgroup]
2026-07-22T19:22:56.6151065Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\d5a5a502-4de4-4999-b14f-0810f428c9c7\.gitconfig'
2026-07-22T19:22:56.6164948Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\d5a5a502-4de4-4999-b14f-0810f428c9c7' before making global git config changes
2026-07-22T19:22:56.6166004Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T19:22:56.6170281Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-22T19:22:56.6429633Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-22T19:22:56.6648454Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T19:22:56.6672638Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T19:22:56.6677143Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T19:22:56.6901819Z refs/heads/main
2026-07-22T19:22:56.6926252Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-07-22T19:22:56.7386432Z HEAD is now at 7c0f12d6 Merge pull request #60 from BigscreenVR/build/daemon-lifecycle-w3
2026-07-22T19:22:56.7675848Z ##[endgroup]
2026-07-22T19:22:56.7679028Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-22T19:22:57.3726916Z ##[group]Cleaning the repository
2026-07-22T19:22:57.3731329Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-22T19:23:27.4800370Z Removing .adapter-notify/
2026-07-22T19:23:27.4800823Z Removing target/
2026-07-22T19:23:27.4835843Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-22T19:23:27.5399406Z HEAD is now at 7c0f12d6 Merge pull request #60 from BigscreenVR/build/daemon-lifecycle-w3
2026-07-22T19:23:27.5420964Z ##[endgroup]
2026-07-22T19:23:27.5425274Z ##[group]Disabling automatic garbage collection
2026-07-22T19:23:27.5429950Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-22T19:23:27.5668716Z ##[endgroup]
2026-07-22T19:23:27.5669108Z ##[group]Setting up auth
2026-07-22T19:23:27.5674734Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-22T19:23:27.5920470Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-22T19:23:28.1967070Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T19:23:28.2235504Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-22T19:23:28.9777357Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T19:23:29.0042878Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-22T19:23:29.7323383Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-22T19:23:29.8704438Z ##[endgroup]
2026-07-22T19:23:29.8704826Z ##[group]Fetching the repository
2026-07-22T19:23:29.8712343Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c63b96ad7ae00d74981db288d5ca401b8c2868b1:refs/remotes/pull/64/merge
2026-07-22T19:23:30.8421096Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T19:23:30.8421534Z  * [new ref]           c63b96ad7ae00d74981db288d5ca401b8c2868b1 -> pull/64/merge
2026-07-22T19:23:30.8548472Z ##[endgroup]
2026-07-22T19:23:30.8548947Z ##[group]Determining the checkout info
2026-07-22T19:23:30.8549964Z ##[endgroup]
2026-07-22T19:23:30.8554925Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-22T19:23:30.8844315Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-22T19:23:30.9077347Z ##[group]Checking out the ref
2026-07-22T19:23:30.9081595Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/64/merge
2026-07-22T19:23:30.9768503Z Previous HEAD position was 7c0f12d6 Merge pull request #60 from BigscreenVR/build/daemon-lifecycle-w3
2026-07-22T19:23:30.9769499Z HEAD is now at c63b96ad Merge 6b13f074be54ce69b4ff7dd71aa47b91a19629f8 into 7c0f12d6eab59c52a3ecae81a26ea68a0b6520c9
2026-07-22T19:23:30.9791469Z ##[endgroup]
2026-07-22T19:23:31.0056622Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-22T19:23:31.0285481Z c63b96ad7ae00d74981db288d5ca401b8c2868b1
